lcGetPolarPrm Home

Retrieves an angle and distance between 2 points.

 void lcGetPolarPrm (
   double X1,
   double Y1,
   double X2,
   double Y2,
   double* pAngle,
   double* pDist
 );

Parameters
X1  Y1
  First point coordinates.
X2  Y2
  Second point coordinates.
pAngle
  Pointer to a variable that will receive angle value.
pDist
  Pointer to a variable that will receive distance value.

Return Value

  None.

See Also

  lcGetPolarPoint